From: Juanma Barranquero Date: Mon, 16 Feb 2009 12:34:05 +0000 (+0000) Subject: Add bug reference. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1757 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=03d17fef05af37df6e08254327e5a9bebaa76c41;p=emacs.git Add bug reference. --- diff --git a/src/ChangeLog b/src/ChangeLog index 03ffa5dea0c..2ba4a51c397 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,11 +1,11 @@ 2009-02-16 Kenichi Handa * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil. + (Bug#1723) 2009-02-14 Chong Yidong - * dispextern.h (struct iterator_stack_entry): New line_wrap - member. + * dispextern.h (struct iterator_stack_entry): New line_wrap member. * xdisp.c (push_it, pop_it): Save and restore line_wrap. (handle_line_prefix): Suppress wrapping of wrap prefixes. @@ -24,10 +24,10 @@ * nsmenu.m (pop_down_menu): Check popup_activated_flag. (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let - pop_down_menu do the cleanup work as it is always called. (Bug#2154) + pop_down_menu do the cleanup work as it is always called. (Bug#2154) * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to - set fontset font for "mathematical-" sub-scripts. (Bug #2218) + set fontset font for "mathematical-" sub-scripts. (Bug #2218) 2009-02-12 Stefan Monnier